test/py: do not import pytest multiple times
authorLiam Beguin <[email protected]>
Wed, 14 Mar 2018 23:15:14 +0000 (19:15 -0400)
committerTom Rini <[email protected]>
Thu, 22 Mar 2018 17:25:20 +0000 (13:25 -0400)
Signed-off-by: Liam Beguin <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
test/py/u_boot_utils.py

index 9acb92ddc448c5241842e86eb4fb4b278c49f3c1..64584494e463fada7e5b0a0dc95db0f45e44c2e9 100644 (file)
@@ -11,7 +11,6 @@ import os.path
 import pytest
 import sys
 import time
-import pytest
 
 def md5sum_data(data):
     """Calculate the MD5 hash of some data.